SipClient Constructor (String, Int32, ProtocolType) |
Initializes a new instance of the SipClient class using the specified domain, port number and protocol type.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic SipClient(
string domain,
int port,
ProtocolType protocol
)
Public Sub New (
domain As String,
port As Integer,
protocol As ProtocolType
)
Parameters
- domain
- Type: SystemString
A string represents domain name, name or IP address of SIP server. - port
- Type: SystemInt32
The port number of the SIP server. - protocol
- Type: Independentsoft.SipProtocolType
One of the ProtocolType values.
See Also